﻿ @-webkit-keyframes fly {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 40% {
 -webkit-transform: translate(1500px, -150px);
 transform: translate(1500px, -150px);
}
 75% {
 -webkit-transform: translate(800px, 500px);
 transform: translate(800px, 500px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes fly {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 40% {
 -webkit-transform: translate(1600px, -150px);
 transform: translate(1500px, -150px);
}
 75% {
 -webkit-transform: translate(800px, 500px);
 transform: translate(800px, 500px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
.link {
	position: fixed;
	top: 200px;
	left: 20px;
	z-index: 9999;
	-webkit-animation: fly 40s alternate-reverse linear infinite;
	animation: fly 40s alternate-reverse linear infinite;
}
.link:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.top {
	width: 1000px;
	height: 138px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 513px;
	height: 82px;
	margin-top: 29px;
	background: url(index_res/logo.jpg) no-repeat;
}
.top_rit {
	float: right;
	width: 196px;
	color: #b3b3b3;
}
.top_a {
	float: right;
	margin: 8px 0 40px 0;
}
.top_a a {
	color: #b3b3b3;
}
.top_a a:hover {
	text-decoration: underline
}
#search {
	float: left;
	width: 196px;
	height: 24px;
	background: #f3f3f3;
}
#txts {
	float: left;
	width: 154px;
	height: 20px;
	padding: 4px 0 0 10px;
	color: #b4b4b4;
	border: none;
	background: none;
}
#btn {
	float: right;
	width: 18px;
	height: 18px;
	margin: 3px 3px 0 0;
}
.nav_wrap {
	width: 100%;
	height: 55px;
	background: #3776b5;
}
#nav {
	margin: 0 auto;
	width: 1300px;
	height: 55px;
	z-index: 1000;
	position: relative;
}
#nav li {
	float: left;
	position: relative;
	width: 158px;
	height: 55px;
	line-height: 55px;
}
#nav li a {
	float: left;
	width: 158px;
	height: 55px;
	font-family: 微软雅黑, 黑体;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	background: url(index_res/n_line.jpg) right 18px no-repeat;
}
#nav li a:hover {
	width: 158px;
	background: #fff;
	color: #0066cd;
	margin-left: -2px;
}
#nav li ul {
	position: absolute;
	width: 158px;
	top: 55px;
	left: 0px;
	padding: 0px 0;
	background: #3776b5;
	display: none;
}
#nav li ul li {
	clear: both;
	height: 30px;
	line-height: 30px;
}
#nav li ul li a {
	width: 158px;
	height: 30px;
	padding-left: 30px;
	display: block;
	font-family: "宋体";
	font-size: 15px;
	text-align: left;
	background-image: none;
}
#nav li ul li a:hover {
	width: 130px;
	margin: 0px;
}
#container {
	position: relative;
	width: 1300px;
	height: 400px;
	margin: 11px auto;
}
#example {
	width: 1300px;
	height: 400px;
	position: relative;
}
.slides_container {
	position: relative;
	width: 1300px;
	height: 400px;
	overflow: hidden;
}
#slides {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
.prev {
	position: absolute;
	z-index: 5;
	left: 10px;
	top: 45%;
	width: 30px;
	height: 38px;
	background: url(htmlRes/btn_slid.png) 0px -47px no-repeat;
}
.next {
	position: absolute;
	z-index: 5;
	right: 10px;
	top: 45%;
	width: 30px;
	height: 38px;
	background: url(htmlRes/btn_slid.png) no-repeat;
}
.pagination {
	display: none;
}
.main {
	width: 1300px;
	margin: 0 auto;
	min-height: 1000px;
}
.xygk {
	width: 1300px;
	margin: 0 auto;
	min-height: 300px;
	font-weight: bold;
	line-height: 30px;
}
.foot_wrap {
	clear: both;
	width: 100%;
	height: 120px;
	background: #5a5a5a;
}
.foot {
	width: 1000px;
	margin: 0 auto;
	color: #c5c5c5;
	line-height: 30px;
	padding-top: 24px;
}
.foot_lft {
	float: left;
}
.foot_rit {
	float: right;
	text-align: right;
}
.foot a {
	color: #c5c5c5;
}
.foot a:hover {
	text-decoration: underline;
}
#twox .one_word {
	float: left;
	width: 100%;
	height: 1.25em;
	overflow: hidden;
}
.two_text {
	float: left;
	width: 545px;
	margin-bottom: 6px;
	_margin-bottom: -10px;
	padding: 0px 10px;
	background: #f0f5fb;
	height: 55px;
	position: relative;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #3073C1;
	font-size: 16px;
	padding-left: 35px;
	cursor: pointer;
}
.two_text img {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	max-height: 40px;
}
a.word_new {
	float: right;
	margin-top: 10px;
}
/*#twox  ul li{  background:none; padding-left:0;}
.circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #777777;
    position: relative;
    top: 2px;
    margin-right: 5px;
}*/
.zh_news {
	float: right;
	width: 555px;
	height: 303px;
	margin-top: 20px;
	overflow: hidden;
}
.zh_news h2 {
	width: 555px;
	height: 32px;
	line-height: 34px;
	background: url(index_res/col_titbg.jpg) no-repeat;
}
h2 a {
	float: right;
	color: #74643e;
font-size: 14px;
}
h2 a:hover {
	color: #a60f00;
}
.zh_news h1 {
	float: left;
	max-height: 3em;
	width: 555px;
	margin: 8px 0;
	text-align: center;
	font-size: 15px;
	font-family: 微软雅黑, 黑体;
	font-weight: bold;
	overflow: hidden;
	color: #660000;
}
.zh_news p {
	float: left;
	width: 555px;
	line-height: 21px;
	text-indent: 2em;
	max-height: 42px;
	overflow: hidden;
	color: #391c00;
}
.xw_cont_more {
	float: left;
	width: 555px;
	text-align: right;
	color: #646464;
}
.zh_news ul {
	float: left;
	width: 555px;
	height: auto;
	margin-top: 5px;
}
.zh_news ul li {
	float: left;
	width: 543px;
	padding: 3px 0 4px 12px;
	background: url(index_res/list_ico01.jpg) 0px 8px no-repeat;
}
.zh_news .new_word {
	float: left;
	width: 400px;
	height: 1.25em;
	overflow: hidden;
}
.news_time {
	float: right;
	color: #391c00;
}
.zh_news ul li a, .notic ul li a, .zsjy ul li a, .dtjs ul li a {
	color: #391c00;
}
.zh_news ul li a:hover, .notic ul li a:hover, .zsjy ul li a:hover, .dtjs ul li a:hover {
	color: #a60f00;
}
.main_center {
	float: left;
	width: 1300px;
	margin-top: 10px;
}
.notic {
	float: left;
	width: 424px;
	padding-left: 40px;
}
.notic h2 {
	float: left;
	width: 424px;
	height: 26px;
	line-height: 26px;
	background: url(index_res/col_titbg.jpg) 0px -32px no-repeat;
font-size: 14px;
}
.notic ul, .zsjy ul, .dtjs ul {
	float: left;
	margin-top: 10px;
}
.notic ul li, .zsjy ul li, .dtjs ul li {
	float: left;
	width: 410px;
	background: url(index_res/nico.jpg) 0px 12px no-repeat;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
.notic .new_word, .zsjy .new_word, .dtjs .new_word {
	float: left;
	width: 320px;
	height: 25px;
	overflow: hidden;
font-size: 14px;
}
.zsjy {
	float: left;
	width: 330px;
	margin-left: 40px;
	display: inline;
	padding-left: 50px;
}
.zsjy h2, .dtjs h2 {
	float: left;
	width: 360px;
	height: 27px;
	line-height: 27px;
	background: url(index_res/col_titbg.jpg) 0px -5px no-repeat;
}
.zsjy ul li, .dtjs ul li {
	width: 254px;
}
.zsjy .new_word, .dtjs .new_word {
	width: 160px;
}
.dtjs {
	float: right;
	width: 360px;
}
.dtjs h2 {
	background: url(index_res/col_titbg.jpg) -268px -58px no-repeat;
}
#xygg {
	float: left;
	width: 380px;
	height: 310px;
	margin-top: 6px;
	padding-left: 20px;
	background: url(index_res/list_ico01.jpg) -5px 8px no-repeat;
}
#xygg h4 {
	float: left;
	width: 350px;
	height: 24px;
	line-height: 25px;
	color: #391c00;
	background: url(index_res/coltitbg.jpg) 0px -82px no-repeat;
}
.xygg_ul {
	float: left;
	position: relative;
	width: 350px;
	height: 280px;
	margin-top: 0px;
	background: #f8f8f8;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
}
#xygg ul li, #nr2 li {
	width: 320px;
	float: right;
}
#nr2 li a {
	color: #391c00;
	float: right;
	padding-left: 150px;
	display: block;
}
#nr2 li a:hover {
	color: #391c00;
	font-color: #391c00;
}
.xygg_word {
	float: left;
	width: 320px;
	width: 270px;
	height: 1.6em;
	overflow: hidden;
	font-size: 14px;
	color: #391c00;
	margin-left: -27px;
}
.linkScroll-wrap {
	width: 1250px;
	height: 180px;
}
.linkScroll {
	float: left;
	height: 160px;
	display: inline;
	width: 100%;
!important;
	margin-left: 4%;
	left: -8px !important;
}
.linkScroll ul li {
	float: left;
	width: 204px;
	height: 160px;
	margin: 10px 0 0 0px;
}
/*.linkScroll ul li img{ width:180px; height:160px;}*/
.zsimg {
	float: none;
	width: 1270px;
	height: 180px;
	overflow: hidden;
	position: relative;
	clear: both;
	display: inline-block;
	width: 1260px !important;
}
.style {
	width: 1200px !important;
}
.prev1 {
	position: absolute;
	z-index: 5;
	left: 2px;
	top: 60px;
	width: 35px;
	height: 35px;
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
}
.next1 {
	position: absolute;
	z-index: 5;
	right: 4px;
	top: 60px;
	width: 35px;
	height: 35px;
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
}
.prev1 img {
	width: 15px;
	margin-top: -32px;
}
.next1 img {
	width: 15px;
	margin-top: 4px;
}

